Skip to content

More than one file was found with OS independent path 'lib/x86/libnode.so'#19

Open
fdelavra wants to merge 2 commits into
unstablefrom
staging-build-native-modules-frameworks
Open

More than one file was found with OS independent path 'lib/x86/libnode.so'#19
fdelavra wants to merge 2 commits into
unstablefrom
staging-build-native-modules-frameworks

Conversation

@fdelavra

@fdelavra fdelavra commented May 5, 2021

Copy link
Copy Markdown

updating to react native 0.64 I can't build anymore

Changes the native modules build steps to integrate them as framework
bundles containing a MH_DYLIB binary, so they're accepted in the App
Store. Generates a list of the native modules and their framework
equivalence at build time. Overrides dlopen to load the modules from
their framework file using a preloaded module.
Deletes the .deps temporary paths created by Gyp from the
application's build, as they are unneeded and can cause App Store
rejections.
@Tkd-Alex

Copy link
Copy Markdown

How I can test this PR?

@staltz

staltz commented Oct 26, 2021

Copy link
Copy Markdown
Contributor

We're maintaining this module now as a fork at https://github.com/nodejs-mobile/nodejs-mobile-react-native

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet